home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global sPathIni
- if rollOver(12) then
- set the member of sprite 12 to member "Fd_Bt_A/3" of castLib "elementos graficos"
- puppetSprite(12, 0)
- updateStage()
- set oFichero to new(xtra("fileio"))
- openFile(oFichero, sPathIni & "vtmprefs.ini", 2)
- if status(oFichero) = -43 then
- createFile(oFichero, sPathIni & "vtmprefs.ini")
- closeFile(oFichero)
- set oFichero to 0
- set oFichero to new(xtra("fileio"))
- openFile(oFichero, sPathIni & "vtmprefs.ini", 2)
- end if
- set sGrabar to string(bVideoNormal) & string(the soundLevel) & char 5 of the movie
- writeString(oFichero, sGrabar)
- closeFile(oFichero)
- set oFichero to 0
- go(1, sPathIni & "final")
- end if
- end
-
- on mouseDown
- repeat while the stillDown
- puppetSprite(12, 1)
- if rollOver(12) then
- set the member of sprite 12 to member "Fd_Bt_B/3" of castLib "elementos graficos"
- else
- set the member of sprite 12 to member "Fd_Bt_A/3" of castLib "elementos graficos"
- end if
- updateStage()
- end repeat
- end
-